sas tutorial
Quick Data Science Tips and Tricks to Learn SAS - KDnuggets
We all know there's the demand for data science skills continues to grow at exponential rates. And seemingly our available time to learn seems to decrease. But sometimes all you need is to learn a quick tip or trick to solve the task at hand, or only have time to dedicate short increments of time to learn a new skill. Regardless of the scenario, you can tune in to the SAS Users YouTube channel where several SAS Tutorials are posted each month. You'll hear from a variety of experts on different topics for various skill levels.
SAS Tutorial What is logistic regression?
In this SAS How To Tutorial, Christa Cody provides an introduction to logistic regression and looks at how to perform logistic regression in SAS. After a brief introduction, she will show how to do some basic procedures to your data and fitting the model in SAS Studio. Finally, Christa will demo how to do similar tasks using SAS Model Studio. Download Data Files Download the HMEQ data set that Christa uses http://support.sas.com/documentation/... Content Outline 00:23 โ Intro to Logistic Regression 04:52 โ Fit the model in SAS Studio 11:31 โ Show similar tasks in SAS Model Studio 12:41 โ Why use logistic regression? The LOGISTIC Procedure โ http://support.sas.com/documentation/... Beyond Binary Outcomes paper โ http://support.sas.com/resources/pape... Free Statistics 1 e-Course โ https://support.sas.com/edu/schedules... Free Intro to Statistical Concepts e-Course โ https://support.sas.com/edu/schedules... Statistical Analysis learning path โ http://support.sas.com/training/us/pa... SAS Tutorials on Logistic Regression โ https://video.sas.com/detail/video/57... SUBSCRIBE TO THE SAS USERS YOUTUBE CHANNEL #SASUsers #LearnSAS https://www.youtube.com/SASUsers?sub_... ABOUT SAS SAS is a trusted analytics powerhouse for organizations seeking immediate value from their data.
SAS Tutorial How to compare models in SAS
In this SAS How To Tutorial, Jeff Thompson shows how to compare models in SAS. When working to solve business problems, analysts and data scientist often build many models. These models are likely based on different algorithms such as trees and tree-based models, neural networks, and even traditional regression models. But how do they know which model is best? That is where model comparison comes in and Jeff will step through how to perform that in SAS using Model Studio. He then runs through the different types of predictions you may be trying to make and which numeric statistics are appropriate for each prediction type.
SAS Tutorial How to train forest models in SAS
In this SAS How To Tutorial, Cat Truxillo shows you how to train forest models in SAS. There are multiple ways to train forest models. Cat will show you how to train a forest using two different point-and-click methods. The first method uses SAS Visual Analytics while in the second example, Cat trains a forest in Model Studio, using SAS Viya. Before diving into the examples of how to create a forest model, Cat explains random forest and answers the question "what are random forests?".